home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 23 / CU Amiga - Super CD-ROM 23 (June 1998).iso / CreatingGames / Utilities / Misc / GMS / GMSDev / Includes / fd / dpkernel_lib.fd < prev    next >
Encoding:
Text File  |  1997-11-17  |  1.6 KB  |  72 lines

  1. *                        FUNCTION DEFINITIONS LIST
  2. *
  3. *                              Version: 0.9B
  4. *
  5. *                           "dpkernel.library"
  6. *
  7. ##base _DPKBase
  8. ##bias 30
  9. ##public
  10. Deactivate(Object)(a0)
  11. Query(Object)(a0)
  12. Stream(SrcObject,DestObject,Length)(a0/a1/d0)
  13. CloseDPK()()
  14. TagInit(Structure,TagList)(a0/a1)
  15. FindDPKTask()()
  16. DPKForbid()()
  17. DPKPermit()()
  18. GetTaskInfo(Task)(a0)
  19. OpenModule(ID,Name)(d0/a0)
  20. Init(Object,Container)(a0/a1)
  21. Draw(Object)(a0)
  22. GetMemType(MemBlock)(a0)
  23. GetMemSize(MemBlock)(a0)
  24. Switch()()
  25. mtXX()()
  26. CallEventList(ID,Arg1,Arg2)(d0/a0/d1)
  27. mtYY()()
  28. RemapKernel(Functions)(a0)
  29. WaitTime(MicroSeconds)(d0)
  30. FastRandom(range)(d1)
  31. SlowRandom(range)(d1)
  32. DebugActive()()
  33. DebugInactive()()
  34. Lock(Object)(a0)
  35. Unlock(Object)(a0)
  36. AddSysEvent(Tags)(a0)
  37. RemSysEvent(Tags)(a0)
  38. AllocMemBlock(Size,MemType)(d0/d1)
  39. FreeMemBlock(MemBlock)(d0)
  40. AddTrack(Resource,Data,Routine)(d0/d3/a0)
  41. DeleteTrack(Key)(d1)
  42. Detach(Object1,Object2)(a0/a1)
  43. Read(Object,Buffer,Length)(a0/a1/d0)
  44. Write(Object,Buffer,Length)(a0/a1/d0)
  45. Activate(Object)(a0)
  46. Clear(Object)(a0)
  47. Save(Object,Destination)(a0/a1)
  48. Reset(Object)(a0)
  49. Flush(Object)(a0)
  50. DPrintF(Array)(a5)
  51. Display(Object)(a0)
  52. Load(Source,ID)(a0/d0)
  53. FindSysObject(ID,SysObject)(d0/a0)
  54. Hide(Object)(a0)
  55. InitDestruct(Code,Stack)(a0/a1)
  56. SelfDestruct()()
  57. Armageddon(Key)(d0)
  58. FingerOfDeath(Task)(d0)
  59. TotalMem(Task,MemType)(a0/d0)
  60. Get(ID)(d0)
  61. Free(Object)(a0)
  62. AddSysObject(ID,Name,Tags)(d0/a1/a0)
  63. RemSysObject(ID,Tags)(d0/a0)
  64. Awaken(Task)(a0)
  65. CopyStructure(Source,Destination)(a0/a1)
  66. AutoStop()()
  67. mt06()()
  68. DebugMessage(DebugType,Text)(d7/a5)
  69. ErrCode(ErrorCode)(d0)
  70. StepBack()()
  71. ##end
  72.